home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / fastkey.exe / C_DEMO.PRJ (.txt) < prev    next >
Borland C/C++ Project  |  1992-12-11  |  6KB  |  43 lines

  1. Turbo C Project File 
  2. E:\TC\INCLUDE
  3. E:\TC\LIB
  4. 32767
  5. ~GREP
  6. -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c 
  7. ~Turbo Assembler
  8. /MX /ZI /O $TASM
  9. Turbo ~Debugger
  10. $EXENAME
  11. Turbo ~Profiler
  12. tprof
  13. $EXENAME
  14.                   Project Notes for FastKey Demonstration.
  15.                          By Steve Holley  (c)1992
  16. FastKey is a keyboard enhancement that provides quicker keyboard input via a
  17. custom interrupt driver.  See the documentation file for more information
  18. about the routines used.  The C version is modeled after the Pascal version
  19. and uses the same function names.  For details about each function see the
  20. file that comes with the shareware release of FastKey.
  21. In order to use FastKey with any C program just include the header file for
  22. FastKey in the main program (see line 3 of C_DEMO.CPP) and make a call to
  23. InstallFastKey() (see line 15 of C_DEMO.CPP).  The function Pressed() may
  24. then be called anytime to determine whether or not a key is pressed (see
  25. lines 17, 19, 23).  After you are finished using FastKey (or you need to
  26. use the standard input functions), FastKey must be removed (see line 29).
  27. That's all there is to using FastKey.  Remember that when FastKey is
  28. installed and active, none of the standard methods to abort the program
  29. (y'know, Ctrl-C, Ctrl-Break, Ctrl-Alt-Del) work.  For buffered input,
  30. FastKey must be uninstalled.
  31. FASTKEY.OBJ
  32. FASTKEY\FASTKEY.OBJ
  33. C_DEMO.CPP
  34. O.CPP
  35. ..\..\TC\INCLUDE\CONIO.H
  36. ..\..\TC\INCLUDE\DOS.H
  37. ..\..\TC\INCLUDE\_NULL.H
  38. ..\..\TC\INCLUDE\_DEFS.H
  39. ..\..\TC\INCLUDE\STDIO.H
  40. FASTKEY.CPP
  41. FASTKEY.H
  42. C_DEMO.CPP
  43.